Skip to main content
Version: 5.x.x

HttpMethodsType


import { HttpMethodsType } from "@hyper-fetch/core"

Description

Defined in types/http.types.ts:1

Preview

type HttpMethodsType = GET | POST | PUT | PATCH | DELETE;

Structure

GET | POST | PUT | PATCH | DELETE